home *** CD-ROM | disk | FTP | other *** search
- on draggingBarTopGlass
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingBarTopGlass()
- end tell
- return temp
- end if
- end
-
- on draggingSpoon
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingSpoon()
- end tell
- return temp
- end if
- end
-
- on draggingWellThang
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingWellThang()
- end tell
- return temp
- end if
- end
-
- on draggingBottleOrSpoon
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingBottleOrSpoon()
- end tell
- return temp
- end if
- end
-
- on draggingBottleThang
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingBottleThang()
- end tell
- return temp
- end if
- end
-
- on draggingAnything
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingAnything()
- end tell
- return temp
- end if
- end
-
- on draggingIngredient
- if the activeWindow <> the stage then
- tell the stage
- temp = draggingIngredient()
- end tell
- return temp
- end if
- end
-
- on replaceDraggingAnything
- if the activeWindow <> the stage then
- tell the stage
- temp = replaceDraggingAnything()
- end tell
- end if
- end
-